home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / JFC.bin / CHANGES.txt < prev    next >
Text File  |  1998-06-30  |  2KB  |  41 lines

  1.  
  2.           CHANGES SINCE THE PREVIOUS RELEASE
  3.  
  4. Swing 1.0.3 is an interim release created to improve Swing applet
  5. support in the concurrent release of Java Plug-in.
  6.  
  7. For the latest, detailed information about Swing, be sure to check our
  8. Web site, The Swing Connection:
  9.  
  10.     http://java.sun.com/products/jfc/swingdoc-current/
  11.  
  12.  
  13. ==========
  14. Bugs Fixed
  15. ==========
  16.  
  17. 4136103 JApplet repaint/deadlock problems
  18. -----------------------------------------
  19. JApplets in Netscape and Internet Explorer, both with and without the
  20. Java Plug-in, would deadlock under many circumstances, most noticeably
  21. when two Swing applets were run at the same time on one page.  The fix
  22. involved changes to the Swing repaint machinery.
  23.  
  24. 4111391 java.awt.swing.Timer does not restart under appletviewer
  25. ----------------------------------------------------------------
  26. When reloading a swing JApplet, or going back a page and coming forward
  27. again, all registered Timer actions would stop.  The fix involves
  28. restarting the Timer when the page reloads.
  29.  
  30. 4113876 setMnemonic doesn't appear to be working on buttons
  31. -----------------------------------------------------------
  32. This bug caused all button mnemonics to be ignored. The fix involves
  33. the plaf BasicButtonListener watching for button mnemonic change events
  34. and registering key actions appropriately.
  35.  
  36. 4128980 Submenus of JPopupMenus don't go away when the menus are canceled
  37. -------------------------------------------------------------------------
  38. In Swing 1.0.2 if you have a popup menu with a submenu, and the user
  39. tries to cancel it by clicking outside the menu hierarchy, the submenu
  40. stays up.
  41.